home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-08-07 | 596 b | 25 lines | [TEXT/MPS ] |
- # File: Blat.make
- #
- # Note that the link order is important. If you link something else first,
- # it will barf in the BuildDcmd.
- # This is set up for MPW 3.2, since the libraries moved.
-
- Blat.p.o ƒ Blat.make Blat.p
- Pascal Blat.p
- Blat.a.o ƒ Blat.make Blat.a
- Asm Blat.a
- dcmdGlue.a.o ƒ dcmdGlue.a
- asm -o dcmdGlue.a.o dcmdGlue.a
-
- SOURCES = Blat.a Blat.p
- OBJECTS = dcmdGlue.a.o Blat.a.o Blat.p.o
-
- Blat ƒ Blat.make {OBJECTS}
- Link -sg Main=PASLIB,%A5INIT ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -o Blat
- BuildDcmd Blat 45243
-